home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-02 | 652 b | 31 lines | [TEXT/MPS ] |
- ; File: Notification.a
- ;
- ; Copyright: © 1983-1993 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Version: System 7.1 for ETO #11
- ; Created: Tuesday, March 30, 1993 18:00
- ;
- ;___________________________________________________________________________
-
- IF &TYPE('__INCLUDINGNOTIFICATION__') = 'UNDEFINED' THEN
- __INCLUDINGNOTIFICATION__ SET 1
-
- nmType EQU 8
-
- NMRec RECORD 0
- qLink DS.L 1
- qType DS.W 1
- nmFlags DS.W 1
- nmPrivate DS.L 1
- nmReserved DS.W 1
- nmMark DS.W 1
- nmIcon DS.L 1
- nmSound DS.L 1
- nmStr DS.L 1
- nmResp DS.L 1
- nmRefCon DS.L 1
- NMRecSize EQU *
- ENDR
-
- ENDIF ; ...already included